CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - matlab 3d

搜索资源列表

  1. camera-method-based-on-OpenCV.

    0下载:
  2. 针对双目立体视觉系统研制过程中的摄像机标定步骤,分析了计算机视觉函数库OpenCV中的摄像机模型,其 中的非线性畸变考虑到了切向畸变和径向畸变,采用Bouguet角点提取算法,实现了基于OpenCV的摄像机标定.该 算法具有很高的标定精度和计算效率、良好的跨平台移植性,可以满足双目立体视觉系统的需要. ,System are directly used in the internal parameters of the camera calibration algorithm, calib
  3. 所属分类:Project Design

    • 发布日期:2017-03-22
    • 文件大小:42137
    • 提供者:wangtao
  1. MATLAB-make-3D-maps

    0下载:
  2. 本资源给出了用matlab画各种三维图的源代码,非常齐全。-The resorce provides the resorce programs of drawing 3D maps using matlab.
  3. 所属分类:software engineering

    • 发布日期:2017-03-25
    • 文件大小:927296
    • 提供者:壮壮
  1. CameraCalibrationSystem

    0下载:
  2. 系统采用的是直接标定摄像机内部参数的算法,算法借助于标定参照物直接计算摄像机的内参数。整个系统是在VC++环境下设 计并实现的,并借助了IPL和OpenCV的帮助,只要输入标定物的图像,系统就可以迅速而又准确地输出摄像机内参数的结果。通过3D 重构实验证明了该系统的有效性。相对于MATLAB实现方式,该系统使用更加方便、快捷。 -System are directly used in the internal parameters of the camera calibration
  3. 所属分类:Project Design

    • 发布日期:2017-04-23
    • 文件大小:106960
    • 提供者:wangtao
  1. FDTD_Antipodal_Patch

    1下载:
  2. A matlab code or FDTD simulation of anti-podal patch
  3. 所属分类:File Formats

    • 发布日期:
    • 文件大小:2429
    • 提供者:milli
  1. 3D-SPIHT

    0下载:
  2. three dimentional spiht
  3. 所属分类:Document

    • 发布日期:2017-04-08
    • 文件大小:9423
    • 提供者:deev
  1. Codes

    1下载:
  2. FDTD Matlab code 1d 2d 3d
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:156889
    • 提供者:farid
  1. orthogonalslicer

    0下载:
  2. reconstruction 3D des images médicales dans le domaine de la medecine nucleaire pour les pathologies cérébrales
  3. 所属分类:Document

    • 发布日期:2017-03-28
    • 文件大小:26440
    • 提供者:kaka
  1. matlab-draw-curve

    0下载:
  2. matlab绘制多种二维数据曲线图,三维曲线图,图像处理及动画制作。-matlab draw a variety of two-dimensional data graph, 3D graph, image processing and animation.
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:10805
    • 提供者:desfate
  1. Matlab-3D-(1)

    0下载:
  2. 基于Matlab的3D绘图,市场上我们可以看到很多人使用3D软件(如:3Dsmax,cinema 4D等等)来绘制各种模型。-Matlab-based 3D graphics on the market, we can see a lot of people use 3D software (such as: 3Dsmax, cinema 4D, etc.) to draw a variety of models.
  3. 所属分类:Project Design

    • 发布日期:2017-11-06
    • 文件大小:62957
    • 提供者:肖广
  1. 3D-Object-and-Room-Mapping

    0下载:
  2. A document detailing about the Image Enhancement process in MATLAB.
  3. 所属分类:Software Testing

    • 发布日期:
    • 文件大小:847056
    • 提供者:Abhinav
  1. Matlab-Chapter11-Chapter15

    0下载:
  2. matlab详尽学习资料,改为第11章到第15章,包括符号计算,二维图形,三维图形,图形对象和句柄和程序设计。-matlab detailed learning materials, to Chapter 11 to Chapter 15, including symbolic computation, two-dimensional graphics, 3D graphics, graphic objects and handle and program design.
  3. 所属分类:software engineering

    • 发布日期:2017-05-12
    • 文件大小:2937793
    • 提供者:Fallon
  1. matlab-huitu

    0下载:
  2. 文档介绍了MATLAB绘图,包括二维绘图、三维绘图以及对图形和图像的编辑-Document describes the MATLAB graphics, including 2D drawings and 3D graphics as well as graphics and image editing
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:10630
    • 提供者:杜文妍
  1. Matlab-drawing-method

    0下载:
  2. matlab绘图方法 介绍matlab绘制二维三维图的各种方法-drawing method matlab matlab draw 2D and 3D chart describes the various methods
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:18163
    • 提供者:白仪
  1. MATLAB-picture

    0下载:
  2. matlab图像处理,各种曲线,二维三维图像的处理-matlab image processing, a variety of curves, 2D and 3D image processing
  3. 所属分类:software engineering

    • 发布日期:2017-04-27
    • 文件大小:279742
    • 提供者:李国能
  1. Drawing-3D-Graphics

    0下载:
  2. 文章介绍了 VC++环境下调用 MATLAB 实现绘制三维图形的两种方法: 利用 MATLAB 编译器和 MATLAB 引擎, 并用实例证明这两种方法可实现 VC++的用户界面与 MATLAB 的强大图形功能的交互。分析了这两种方法的优缺点, 对各自的接口环境配置进行了对比, 详细说明了两种方法的具体步骤, 提出了各自适合的应用时机。-Two methods are introduced to draw 3D graphics in VC++ IDE respectively by callin
  3. 所属分类:Software Testing

    • 发布日期:2017-04-25
    • 文件大小:232899
    • 提供者:Eddie
  1. matlab-for-maths

    0下载:
  2. 解决一些数学画图的问题,方便绘制一些函数曲线,二维三维曲线等-Paint solve some math problems, draw some convenient function curve, 2D and 3D curves
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:19653
    • 提供者:mdd
  1. MATLAB-3d-image-reconstruction

    0下载:
  2. 基于MATLAB 的三维超声成像及图像处理的三维超声成基于MATLAB的三维超声成像及图像处理像及图像处理-very funny documnet very funny documnet very funny documnet
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:532648
    • 提供者:xiaofeng
  1. MATLAB-3D-plot

    0下载:
  2. matlab 3Dplot ksafhkgjalj-matlab 3Dplot ksafhkgjalj. . . . . . . . .
  3. 所属分类:software engineering

    • 发布日期:2017-04-27
    • 文件大小:345547
    • 提供者:renjiushui
  1. Matlab-Biometric-recognition-3D-Face-Recognition-

    0下载:
  2. matlab code-matlab code
  3. 所属分类:software engineering

    • 发布日期:2017-05-22
    • 文件大小:6590640
    • 提供者:ehsan
  1. plot-3d

    1下载:
  2. 利用matlab绘图命令,包括二维图和三维图。-plot 3D diagram
  3. 所属分类:File Formats

    • 发布日期:2016-02-24
    • 文件大小:1035264
    • 提供者:wu
« 12 3 »
搜珍网 www.dssz.com